IGroupInchCommand.Cancel property
Cancels a group's inch move by decelerating its velocity to zero. During the deceleration the axis still goes forward. If the inch move is already done, or the axis reaches the target before the deceleration is done, this property can't cancel the move.
true: cancel the inch move.
false: not cancel the inch move.
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
bool Cancel { get; set; }
Property Cancel As Boolean
Property value
Type: bool
See also